home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1082.dms / q1082.adf / doc / README.X11 < prev    next >
Text File  |  1991-07-18  |  3KB  |  79 lines

  1. This the famous fig program, ported to X11. I have ported version 1.4
  2. with patches for LaTeX line drawing by Frank Schmuck of Cornell.
  3.  
  4. I only added code to it, which means this is a derivative work, so you
  5. have to stick to the terms of redistribution of the SunView version.
  6. The copyright belongs to Supoj Sutanthavibul, but the source code for
  7. fig (the SunView only version) has been freely available to everyone
  8. for a long time. In particular, it has been available for ftp from
  9. sally.utexas.edu and is also stored in the Sun-Spots archive.
  10. Therefore, I presume that you may also freely redistribute xfig source
  11. code and you should *at least* not remove the copyright notice and not
  12. try to make money selling it. Naturally, everything is provided as is
  13. and the user bears all risks of using this software.  Disclaimer:  I am
  14. not a lawyer so none of what I say may have any legal weight.
  15.  
  16. I have chosen to retain compatibility with the SunView version, mainly
  17. for sanity; so that I know I haven't changed the modus operandi of the
  18. program.  You can compile for SunView simply by editing two lines in
  19. the Makefile. You may have to change the paths a little.
  20.  
  21. Updating the ruler arrows slows down xfig noticeably. You might want to
  22. optimize the code or make this feature an command line option.
  23.  
  24. I know there are things that aren't quite right with the program, I
  25. don't have time to fix them properly now.  There are some quirks with
  26. the behaviour of xfig.  Lots of error returns that should be checked
  27. are not.
  28.  
  29. I will gratefully receive bug reports and tune ups but I'm not
  30. interested in taking up maintenance in the long run. (I have to finish
  31. a thesis.) In particular reports of little-endian machine versions and
  32. weird machines (not Sun or Vax) are interesting to me.
  33.  
  34. If you send me bug reports they will probably sit in my mailbox until I
  35. have the time to install them locally. Then it may be some time before
  36. I post a new version. So it will be best if you also posted your fixes
  37. to some public place. As for coordinating and merging fixes, well that
  38. will have to happen by anarchy unless somebody volunteers to be the
  39. grundge.
  40.  
  41. Please keep the history and version numbers up to date.
  42.  
  43. The fig2latex translator and friends are part of the transfig package
  44. from Cornell and at the time of writing, were available by ftp from
  45. svax.cs.cornell.edu.
  46.  
  47.     Ken Yap (ken@cs.rochester.edu)
  48.     July 1988
  49.  
  50. History:
  51.  
  52. xfig 1.4.1:
  53.  
  54. 14 Jul 88    Ken Yap (University of Rochester)
  55.         Ported to X11. Alpha release.
  56.  
  57. 31 Jul 88    Ken Yap (University of Rochester)
  58.         Works practically like SunView version now. Beta release.
  59.  
  60. 8 Aug 88    Ken Yap (University of Rochester)
  61.         Dana Chee of Bellcore contributed lots of cleanups
  62.         and put right some features I didn't know how
  63.         to do properly. (Thanks, Dana.) Released to world.
  64.  
  65. xfig 1.4.2:
  66.  
  67. 23 Aug 88     Dana Chee (Bellcore)
  68.           Fixed color, added mouse tracking option.
  69.  
  70. xfig 1.4.3:
  71.  
  72. 26 Aug 88     Dana Chee (Bellcore)
  73.           Added John Kohl's changes to fix color and make
  74.           inverse video work on a monochrome display.
  75.           Allow scaling of compound objects on a side as well as
  76.           a corner.
  77.           Allow compound objects within a compound.
  78.  
  79.